var github.com/google/go-cmp/cmp.textEllipsis
11 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L128: return textEllipsis
report_references.go#L102: out := &textWrap{Prefix: "(", Value: textEllipsis, Suffix: ")"}
report_reflect.go#L341: list = append(list, textRecord{Diff: opts.DiffMode, Value: textEllipsis, ElideComma: true, Comment: comment})
report_reflect.go#L351: if len(s) > maxLen+len(textEllipsis) {
report_reflect.go#L352: return textLine(prefix + formatString(s[:maxLen]) + string(textEllipsis))
report_slices.go#L197: if !r.Value.Equal(textEllipsis) {
report_text.go#L155: if len(*s) == 0 || !(*s)[len(*s)-1].Value.Equal(textEllipsis) {
report_text.go#L157: *s = append(*s, textRecord{Value: textEllipsis, ElideComma: true, Comment: ds})
report_text.go#L159: *s = append(*s, textRecord{Value: textEllipsis, ElideComma: true})
report_text.go#L249: return !isLine || r.Value.Equal(textEllipsis) || r.Comment == nil
report_text.go#L343: textEllipsis = textLine("...")